/* Theme:; /*{THEME}*/
*
{
	color:#3C3C3C; /*{COLOR}*/
}

body
{
	background-color:White;	/*{BGCOLOR}*/
	color:#3C3C3C; /*{COLOR}*/
}

#MessageWaiting
{
	background-color: #CCE6FF;
}

input[type="button"].scroll_middle:hover
{
	background-color: #CCCCCC;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled,
input[type="text"][disabled], input[type="password"][disabled]
{
	background-color: #E8E8E8;
	border-color: #AAAAAA;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover,
input[type="button"][disabled], input[type="button"][disabled]:hover
{
	background-color: #AAAAAA;
	border-color: #AAAAAA;
	color: #ffffff;
}

a
{
	color: #43769d;
}

a:hover
{
	border-color: #43769d;
	color: #333333;
}

a:active
{
	color: #098bd4;
}

.srq_body
{
	background-color: #ffffff;
	border-color:  #A8A788;
}

#page-title-block
{
	background-color:White; /*{HEADERBGCOLOR}*/
}

#content-header
{
	background-color:#004080; /*{TITLEBGCOLOR}*/
	border-color: #D1D0CE;
}

#content-header h1
{
	color:#FAFBFB; /*{TITLETEXTCOLOR}*/
}

.ErrorState
{
	background-color: #FF9494 !important;
}

.FunctionKeyToggleIcon
{
	background-color: #E9ECF2;
	border-color: #CED6E3;
}

input.button, input[type="button"],
.FunctionKeysLeft a.button, .FunctionKeysRight a.button
{
	background-color: #C6D6E7;
	border-color: #D6D6D6;
	color: #5C5858; 
}

.FunctionKeysLeft #fnckeys input.disabled, .FunctionKeysLeft #fnckeys a.disabled,
.FunctionKeysRight #fnckeys input.disabled, .FunctionKeysRight #fnckeys a.disabled
{
	background-color: #F2F5F8;
	color: #888888;
}

.FunctionKeysLeft #fnckeys, .FunctionKeysRight #fnckeys
{
	background-color:White; /*{FNKEYBGCOLOR}*/
}

.FunctionKeysLeft #fnckeys input, .FunctionKeysLeft #fnckeys a,
.FunctionKeysRight #fnckeys input, .FunctionKeysRight  #fnckeys a
{
	background-color:#337AB7; /*{FNKEYBTNCOLOR}*/
	border-color: #CED6E3; 
	color:White; /*{FNKEYTEXTCOLOR}*/
}

.FunctionKeysLeft #fnckeys input:hover, .FunctionKeysLeft #fnckeys a:hover,
.FunctionKeysRight #fnckeys input:hover, .FunctionKeysRight #fnckeys a:hover
{
	background-color:Silver; /*{FNKEYBTNHCOLOR}*/
	color:Black; /*{FNKEYTEXTHCOLOR}*/
}

input[type="text"], input[type="password"], textarea, select
{
	border-color: #9C9C9C;
}

input.button.blue, .FunctionKeysLeft a.button.blue, .FunctionKeysRight a.button.blue 
{ 
	background-color: #22aaee;
}

input.button.green, .FunctionKeysLeft a.button.green, .FunctionKeysRight a.button.green 
{ 
	background-color: #99dd44;
}

input.button.pink, .FunctionKeysLeft a.button.pink, .FunctionKeysRight a.button.pink
{ 
	background-color: #ee11aa;
}

input.button:hover, .FunctionKeysLeft a.button:hover, .FunctionKeysRight a.button:hover
{ 
	background-color: #D1D0CE; 
	color: #000000;
}

input.button:active, .FunctionKeysLeft a.button:active, .FunctionKeysRight a.button:active
{ 
	background-color: #444444;
	color: #ffffff;
}

input.disabled:hover, .FunctionKeysLeft a.disabled:hover, .FunctionKeysRight a.disabled:hover
{
	background-color: #C6D6E7;
	color: #5C5858;
}

.page_up, .page_down
{
	border-color: #2266aa;
}

input.ErrorMsg
{
	background-color: #d2e0eb;
	border-color: #9C9C9C;
	color: #808080;
}

input.ErrorMsg.NoErrorMessage, 
input.ErrorMsg[value=""],
input.ErrorMsg.NoErrorMessage,
input.ErrorMsg[value=""]
{
	color: #000000;
}

table.AutoTable
{
	border-color: #a9b2bb;
}

table.AutoTable th {
	background-color:White; /*{TABLEHEADBG}*/
	color: #000000;
}

table.AutoTable .Row1
{
 	background-color:White; /*{TABLEALTROW1}*/
	color:#000000;
}

table.AutoTable .Row2
{
 	background-color:#EBEBEB; /*{TABLEALTROW2}*/
	color:#000000;
}

.WinContent 
{
	background-color: #FFFFFF;	
	border-color: #666666;
}

.WinTitleTop 
{
	background-color: #231f1b; 
	color: #D1D1D1;
}

.WinTitleTop span
{
	color: #D1D1D1;
}

#PrestoLog 
{
	background-color: white;
	border-color: #A9A9A9;
}

#RawDataOpt
{
	background-color: #ffffff;
}
